﻿2026-07-29T13:49:45.4676163Z ##[group]Run actions/checkout@v5
2026-07-29T13:49:45.4676944Z with:
2026-07-29T13:49:45.4677414Z   fetch-depth: 0
2026-07-29T13:49:45.4677944Z   repository: BigscreenVR/spt-bs-core
2026-07-29T13:49:45.4683487Z   token: ***
2026-07-29T13:49:45.4683970Z   ssh-strict: true
2026-07-29T13:49:45.4684450Z   ssh-user: git
2026-07-29T13:49:45.4684942Z   persist-credentials: true
2026-07-29T13:49:45.4685495Z   clean: true
2026-07-29T13:49:45.4685981Z   sparse-checkout-cone-mode: true
2026-07-29T13:49:45.4686578Z   fetch-tags: false
2026-07-29T13:49:45.4687072Z   show-progress: true
2026-07-29T13:49:45.4687561Z   lfs: false
2026-07-29T13:49:45.4688024Z   submodules: false
2026-07-29T13:49:45.4688522Z   set-safe-directory: true
2026-07-29T13:49:45.4689098Z   allow-unsafe-pr-checkout: false
2026-07-29T13:49:45.4690803Z ##[endgroup]
2026-07-29T13:49:45.6864551Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-29T13:49:45.6866144Z ##[group]Getting Git version info
2026-07-29T13:49:45.6866942Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-07-29T13:49:45.7121909Z [command]"C:\Program Files\Git\cmd\git.exe" version
2026-07-29T13:49:45.7368358Z git version 2.43.0.windows.1
2026-07-29T13:49:45.7393645Z ##[endgroup]
2026-07-29T13:49:45.7401335Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\6bf096d2-3df2-46fa-8841-fd619eca5cec\.gitconfig'
2026-07-29T13:49:45.7414101Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\6bf096d2-3df2-46fa-8841-fd619eca5cec' before making global git config changes
2026-07-29T13:49:45.7415761Z Adding repository directory to the temporary git global config as a safe directory
2026-07-29T13:49:45.7419706Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-07-29T13:49:45.7680036Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --get remote.origin.url
2026-07-29T13:49:45.7914318Z https://github.com/BigscreenVR/spt-bs-core
2026-07-29T13:49:45.7940975Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-29T13:49:45.7945229Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-29T13:49:45.8180034Z HEAD
2026-07-29T13:49:45.8450978Z ##[endgroup]
2026-07-29T13:49:45.8453752Z [command]"C:\Program Files\Git\cmd\git.exe" submodule status
2026-07-29T13:49:46.6713814Z ##[group]Cleaning the repository
2026-07-29T13:49:46.6718275Z [command]"C:\Program Files\Git\cmd\git.exe" clean -ffdx
2026-07-29T13:49:57.3146205Z Removing .adapter-notify/
2026-07-29T13:49:57.3146868Z Removing target/
2026-07-29T13:49:57.3179389Z [command]"C:\Program Files\Git\cmd\git.exe" reset --hard HEAD
2026-07-29T13:49:57.5095727Z HEAD is now at 5868b66d Merge ecbf582622e2b3e2af6bb5a403ac5b2017ff864c into 812d7158a207aa312a34d4b472f6b7a45cdfaeea
2026-07-29T13:49:57.5125183Z ##[endgroup]
2026-07-29T13:49:57.5130554Z ##[group]Disabling automatic garbage collection
2026-07-29T13:49:57.5136466Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0
2026-07-29T13:49:57.5397945Z ##[endgroup]
2026-07-29T13:49:57.5398485Z ##[group]Setting up auth
2026-07-29T13:49:57.5403705Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-29T13:49:57.5650331Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-29T13:49:58.2001119Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-29T13:49:58.2270863Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-29T13:49:58.9405781Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-29T13:49:58.9639083Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-29T13:49:59.4368888Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-29T13:49:59.4683035Z ##[endgroup]
2026-07-29T13:49:59.4683405Z ##[group]Fetching the repository
2026-07-29T13:49:59.4690907Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +d8d8f0e4128aeecd03b8087a2f135e8b05d31929:refs/remotes/pull/123/merge
2026-07-29T13:50:01.4181035Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-29T13:50:01.4182072Z  * [new branch]        build/sender-stamp                       -> origin/build/sender-stamp
2026-07-29T13:50:01.4182677Z  * [new ref]           d8d8f0e4128aeecd03b8087a2f135e8b05d31929 -> pull/123/merge
2026-07-29T13:50:01.4579180Z ##[endgroup]
2026-07-29T13:50:01.4579830Z ##[group]Determining the checkout info
2026-07-29T13:50:01.4580405Z ##[endgroup]
2026-07-29T13:50:01.4587032Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable
2026-07-29T13:50:01.4926363Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-29T13:50:01.5220185Z ##[group]Checking out the ref
2026-07-29T13:50:01.5224904Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force refs/remotes/pull/123/merge
2026-07-29T13:50:01.6466184Z Previous HEAD position was 5868b66d Merge ecbf582622e2b3e2af6bb5a403ac5b2017ff864c into 812d7158a207aa312a34d4b472f6b7a45cdfaeea
2026-07-29T13:50:01.6467178Z HEAD is now at d8d8f0e4 Merge 7f572d6df4064daa49f6c2640b4f882f7a317e6f into ecbf582622e2b3e2af6bb5a403ac5b2017ff864c
2026-07-29T13:50:01.6492996Z ##[endgroup]
2026-07-29T13:50:01.6781841Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H
2026-07-29T13:50:01.7037643Z d8d8f0e4128aeecd03b8087a2f135e8b05d31929
